home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / hudba / earmaster / earpro4setup.exe / {app} / ear40.exe / 0 / RCDATA / TINTERVALSAM / TINTERVALSAM.txt < prev   
Text File  |  2003-04-03  |  2KB  |  110 lines

  1. object IntervalSam: TIntervalSam
  2.   Left = 246
  3.   Top = 156
  4.   HelpContext = 30
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 348
  8.   ClientWidth = 647
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   FormStyle = fsMDIChild
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   Visible = True
  21.   WindowState = wsMaximized
  22.   OnCreate = FormCreate
  23.   OnKeyDown = FormKeyDown
  24.   OnKeyUp = FormKeyUp
  25.   OnResize = FormResize
  26.   OnShow = FormShow
  27.   PixelsPerInch = 96
  28.   TextHeight = 16
  29.   object Panel4: TPanel
  30.     Left = 66
  31.     Top = 70
  32.     Width = 495
  33.     Height = 163
  34.     BevelOuter = bvNone
  35.     ParentColor = True
  36.     TabOrder = 0
  37.     object Label1: TLabel
  38.       Left = 1
  39.       Top = 14
  40.       Width = 493
  41.       Height = 26
  42.       Alignment = taCenter
  43.       AutoSize = False
  44.       Caption = 'Hvilket interval er st∩┐╜rst?'
  45.       Font.Charset = ANSI_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -23
  48.       Font.Name = 'Arial'
  49.       Font.Style = []
  50.       ParentFont = False
  51.     end
  52.     object Image13: TImage
  53.       Left = 76
  54.       Top = 8
  55.       Width = 42
  56.       Height = 33
  57.       Picture.Data = {<image000.bmp>}
  58.       Transparent = True
  59.     end
  60.     object Panel2: TPanel
  61.       Left = 260
  62.       Top = 55
  63.       Width = 200
  64.       Height = 86
  65.       BevelOuter = bvLowered
  66.       Caption = 'Panel2'
  67.       TabOrder = 0
  68.     end
  69.     object Panel1: TPanel
  70.       Left = 34
  71.       Top = 55
  72.       Width = 200
  73.       Height = 86
  74.       BevelOuter = bvLowered
  75.       Caption = 'Panel1'
  76.       TabOrder = 1
  77.     end
  78.     object Button1: TButton
  79.       Left = 42
  80.       Top = 63
  81.       Width = 183
  82.       Height = 70
  83.       Caption = 'A'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clBlack
  86.       Font.Height = -60
  87.       Font.Name = 'Arial'
  88.       Font.Style = [fsBold]
  89.       ParentFont = False
  90.       TabOrder = 2
  91.       OnClick = Button1Click
  92.     end
  93.     object Button2: TButton
  94.       Left = 268
  95.       Top = 63
  96.       Width = 183
  97.       Height = 70
  98.       Caption = 'B'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clBlack
  101.       Font.Height = -60
  102.       Font.Name = 'Arial'
  103.       Font.Style = [fsBold]
  104.       ParentFont = False
  105.       TabOrder = 3
  106.       OnClick = Button2Click
  107.     end
  108.   end
  109. end
  110.